Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NColorPalette Class / NColorPalette Constructor / NColorPalette Constructor(String,Int32,NColor[])


In This Topic
    NColorPalette Constructor(String,Int32,NColor[])
    In This Topic
    Creates a custom palette
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As System.String, _
       ByVal columnCount As System.Integer, _
       ByVal colors() As NColor _
    )
    'Usage
     
    
    Dim name As System.String
    Dim columnCount As System.Integer
    Dim colors() As NColor
     
    Dim instance As New NColorPalette(name, columnCount, colors)
    public NColorPalette( 
       System.string name,
       System.int columnCount,
       NColor[] colors
    )

    Parameters

    name
    columnCount
    colors
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also